ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TrendLine<T> Class / FitType Property

In This Topic
    FitType Property
    In This Topic
    Gets or sets the fit type of the trendline.
    Syntax
    'Declaration
     
    
    Public Property FitType As TrendLineFitType
    public TrendLineFitType FitType {get; set;}
    See Also